Combining Like Terms
Introduction
Combining like terms is one of the most important early skills in algebra.
It helps you simplify expressions so they are easier to understand and work with.
In this article, you will learn:
- What “like terms” are
- How to identify them
- How to combine them correctly
- Common mistakes to avoid
- Practice exercises to build confidence
What Are Like Terms?
Like terms are terms that have:
- The same variable, and
- The same exponent on that variable
Examples:
- $3x$ and $7x$ are like terms
- $5y$ and $-2y$ are like terms
- $4$ and $-9$ are like terms (constants)
- $2x$ and $2x^2$ are not like terms
- $3a$ and $3b$ are not like terms
Why Do We Combine Like Terms?
Combining like terms helps:
- Make expressions shorter
- Make equations easier to solve
- Reduce clutter
- Reveal structure in an expression
Think of it like tidying up a messy room—grouping similar items together.
How to Identify Like Terms
Look for:
- The same variable
- The same power
- The same structure
Examples of groups:
- $2x$, $-5x$, $10x$
- $3y^2$, $y^2$, $-8y^2$
- $4$, $-1$, $7$
How to Combine Like Terms
Once you identify like terms:
- Add or subtract their coefficients
- Keep the variable part the same
Examples:
- $3x + 5x = 8x$
- $7y - 2y = 5y$
- $4 + 9 = 13$
- $10x^2 - 6x^2 + x^2 = 5x^2$
Common Mistakes
- Mixing terms with different variables
- Example: $3x + 4y$ cannot be combined
- Mixing terms with different exponents
- Example: $x + x^2$ cannot be combined
- Forgetting negative signs
Practice Examples
Here are some simplified expressions to study:
- $3x + 2x = 5x$
- $7y - 4y + y = 4y$
- $9 + 3 - 5 = 7$
- $6a + 2b - a = 5a + 2b$
Calculator
Combining terms
- We can combine terms using the $\operatorname{simplify}()$ function
- The expression must be wrapped in quotes, to make sure the calculator doesn't try to evaluate it first
simplify('2x + 3x') simplify('6a + 2b - a')
Exercises
- Simplify: $4x + 3x$
- Simplify: $7y - 2y + y$
- Combine like terms: $5 + 9 - 3$
- Simplify: $6a + 2b - a$
- Simplify: $10x - 4x + 2x$
- True or false: $3x$ and $3x^2$ are like terms.
- Simplify: $8 - 5 + 12$
- Combine like terms: $9m + m - 4m$